Needs work
Project:
SiteMenu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Nov 2005 at 05:01 UTC
Updated:
13 Sep 2008 at 16:17 UTC
Need to provide a new feature where a vocabulary can be transformed to a collapsible horizontal menus using ordered lists (ol). CSS will be used to provide the collapsibility.
It will be called with something like this in the theme, or from a block:
sitemenu_display_menu($vocab_id);
Comments
Comment #1
kbahey commentedthis can be done in theory with the Taxonomy Menu module in conjunction with the Nice Menus module, and some theming.
However, if someone can provide an easier way that is themeable, I will include it.